chore(deps): update dependency @zenstackhq/orm to v3.7.0#76
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @zenstackhq/orm to v3.7.0#76renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
3a7dc71 to
5298729
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.4→3.7.0Release Notes
zenstackhq/zenstack (@zenstackhq/orm)
v3.7.0: ZenStack Release v3.7.0Compare Source
New Features
Several cool additions landed in this release 🥳 !
Full-Text Search (Postgres Only)
You can now use the
ftsand_ftsRelevancequery fields to do full-text queries against Postgres database doc. Mark fields you want to search with the@fullTextattribute and enjoy effortless queries.Fuzzy Search (Postgres Only)
You can now use the
fuzzyand_fuzzyRelevancequery fields to do fuzzy search against Postgres database doc. Mark fields you want to search with the@fuzzyattribute and enjoy effortless queries. This feature requires the pg_trgm extension. Read the docs for more details.Fetch-Based API Client
A new
@zenstackhq/fetch-clientpackage is added to provide a simple fetch-based client for consuming the automated CRUD services (RPC-style only). Think of it as the sibling of the@zenstackhq/tanstack-querypackage, but without framework dependency and complexity of reactive state management. Ideal when you just need a simple, promise-based client. docTanStack Query Sequential Transactions
You can now use the
$transaction.useSequentialhook to execute sequential transactions from the frontend doc.Kysely Version Bumped to v0.29.x
We've bumped Kysely dependency version to its latest. Please note that the new version appears to be ESM-only. Please double-check compatibility after the upgrade.
Fixes and Improvements
DbNull/JsonNull/AnyNullto filter JSON fields with the query hooks doc@db.Time/@db.TimeZfields by @erwan-joly #2633 #2631db pullissue with multiple FK fields targeting the same model by @svetchFull Changelog: zenstackhq/zenstack@v3.6.4...v3.7.0
Welcome @docloulou and @Albatrosso as our new contributors ❤️ !
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.